TheTouchId
Type
expression
Summary
The id of the current touch
Syntax
the touch id
Description
The id of the current touch
Examples
variable tID as Number
put the touch id into tID
variable tPosition as Point
put the position of touch tID into tPosition
Value
Name | Type | Description |
---|---|---|
return | An integer id for the current touch |